home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000444_news@columbia.edu_Tue Feb 7 13:39:17 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07516
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 7 Feb 1995 08:39:22 -0500
  3. Received: by apakabar.cc.columbia.edu id AA13657
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 7 Feb 1995 08:39:20 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: tn3270 and Kermit
  9. Date: 7 Feb 1995 13:39:17 GMT
  10. Organization: Columbia University
  11. Lines: 21
  12. Message-Id: <3h7t65$dan@apakabar.cc.columbia.edu>
  13. References: <3h6jtu$bjk@geraldo.cc.utexas.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3h6jtu$bjk@geraldo.cc.utexas.edu>,
  18. Nackil Sung <nksung@fiat.gslis.utexas.edu> wrote:
  19. >I use PC kermit instead of telnet to access Interent because of the speed 
  20. >and the script.  One problem, however, I run into is the difficulty of 
  21. >using our online catalog residing in IBM mainframe.  I guess Kermit dose 
  22. >not support tn3270.  Is this true?
  23. >
  24. True.
  25.  
  26. >If it is, anybody who have made it work?
  27. >Or any plan to support tn3270 in the future?   
  28. >
  29. Yes.
  30.  
  31. In the meantime, you can use a separate tn3270 program on your PC,
  32. or you can access the mainframe through a 3270 emulator -- a special-
  33. purpose box such as an IBM 7171, a terminal server that has 3270 emulation
  34. built in, or by telnet'ing from Kermit to (say) a UNIX system and using
  35. tn3270 from there to the mainframe.
  36.  
  37. - Frank